Skip to content

libdatadog update to 7be7ac7f - #4063

Open
dd-octo-sts[bot] wants to merge 2 commits into
masterfrom
bot/libdatadog-latest
Open

libdatadog update to 7be7ac7f#4063
dd-octo-sts[bot] wants to merge 2 commits into
masterfrom
bot/libdatadog-latest

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Automated update of the libdatadog submodule to the latest HEAD.

SHA
Previous $LIBDATADOG_PINNED_SHA
New 7be7ac7f383deea0af32bce895cfa1b44e6c8b94

Full CI result: ❌ 15 job(s) failed
CI pipeline: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-php/-/pipelines/131249604


(Claude did not produce a report — see tmp/artifacts/claude_output.txt in the CI pipeline.)


/cc @bwoebi

@dd-octo-sts
dd-octo-sts Bot requested review from a team as code owners July 25, 2026 06:30
@dd-octo-sts
dd-octo-sts Bot requested review from dd-oleksii and leoromanovsky and removed request for a team July 25, 2026 06:30
@datadog-datadog-prod-us1-2

datadog-datadog-prod-us1-2 Bot commented Jul 25, 2026

Copy link
Copy Markdown

Pipelines  Tests

Unblock PR with BitsAI

⚠️ Warnings

🚦 41 Pipeline jobs failed

DataDog/apm-reliability/dd-trace-php | System Tests: [parametric]   View in Datadog   GitLab

🧪 2 Tests failed

tests.parametric.test_otel_api_interoperability.Test_Otel_API_Interoperability.test_concurrent_traces_in_order[library_env0, parametric-php] from system_tests_suite   View in Datadog
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://localhost:4505/trace/otel/start_span

self = <tests.parametric.test_otel_api_interoperability.Test_Otel_API_Interoperability object at 0x7f4afde892b0>
test_agent = <utils.docker_fixtures._test_agent.TestAgentAPI object at 0x7f4afce32900>
test_library = <utils.docker_fixtures._test_clients._test_client_parametric.ParametricTestClientApi object at 0x7f4afcfef740>

    def test_concurrent_traces_in_order(self, test_agent: TestAgentAPI, test_library: APMLibrary):
        """- Basic concurrent traces and spans"""
        with (
            test_library,
...
tests.parametric.test_otel_api_interoperability.Test_Otel_API_Interoperability.test_otel_start_after_datadog_span[library_env0, parametric-php] from system_tests_suite   View in Datadog
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://localhost:4500/trace/otel/start_span

self = <tests.parametric.test_otel_api_interoperability.Test_Otel_API_Interoperability object at 0x7f42b2ca17f0>
test_agent = <utils.docker_fixtures._test_agent.TestAgentAPI object at 0x7f428c2171d0>
test_library = <utils.docker_fixtures._test_clients._test_client_parametric.ParametricTestClientApi object at 0x7f428c677f50>

    def test_otel_start_after_datadog_span(self, test_agent: TestAgentAPI, test_library: APMLibrary):
        """- Start a span using the OTel API while a span created using the Datadog API already exists"""
        with test_library:
            with (
...

DataDog/apm-reliability/dd-trace-php | ASAN test_c with multiple observers: [8.4]   View in Datadog   GitLab

DataDog/apm-reliability/dd-trace-php | ASAN test_c with multiple observers: [8.5]   View in Datadog   GitLab

View all 41 failed jobs.

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 60.62% (-0.05%)

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 40520cc | Docs | Datadog PR Page | Give us feedback!

@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch 2 times, most recently from 331c1ca to f92f535 Compare July 27, 2026 07:27
@pr-commenter

pr-commenter Bot commented Jul 27, 2026

Copy link
Copy Markdown

Benchmarks [ tracer ]

Benchmark execution time: 2026-08-17 07:14:56

Comparing candidate commit 40520cc in PR branch bot/libdatadog-latest with baseline commit 018f212 in branch master.

Found 4 performance improvements and 0 performance regressions! Performance is the same for 190 metrics, 0 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

scenario:ContextPropagationBench/benchInject64Bit-opcache

  • 🟩 execution_time [-594.613ns; -279.387ns] or [-4.314%; -2.027%]

scenario:MessagePackSerializationBench/benchMessagePackSerialization

  • 🟩 execution_time [-11.000µs; -6.640µs] or [-9.858%; -5.950%]

scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache

  • 🟩 execution_time [-8.014µs; -5.766µs] or [-7.128%; -5.128%]

scenario:TraceFlushBench/benchFlushTrace-opcache

  • 🟩 execution_time [-71.201µs; -49.899µs] or [-4.695%; -3.290%]

@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from 5b69580 to b284c54 Compare July 28, 2026 03:12
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to be0b5439 libdatadog update to f2010b61 Jul 28, 2026
@dd-octo-sts
dd-octo-sts Bot requested a review from a team as a code owner July 28, 2026 03:51
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from d072939 to b743186 Compare July 29, 2026 06:38
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to f2010b61 libdatadog update to 35f26ee0 Jul 29, 2026
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 35f26ee0 libdatadog update to 72fa8685 Jul 30, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch 2 times, most recently from a72a553 to e389e86 Compare July 31, 2026 03:17
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 72fa8685 libdatadog update to 7b8cb2a7 Jul 31, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch 3 times, most recently from f639686 to 746c214 Compare August 3, 2026 03:30
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 7b8cb2a7 libdatadog update to 31b871c8 Aug 4, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from 7d44fab to 3b55611 Compare August 4, 2026 02:51
@dd-octo-sts
dd-octo-sts Bot requested a review from a team as a code owner August 4, 2026 02:51
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 31b871c8 libdatadog update to 94f123f0 Aug 5, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from 2bc6157 to a031884 Compare August 5, 2026 04:18
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 94f123f0 libdatadog update to 9ac89b90 Aug 6, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from a031884 to 88b19b1 Compare August 6, 2026 02:51
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 9ac89b90 libdatadog update to 05d785ed Aug 7, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from 48d9c55 to 1bb0e56 Compare August 7, 2026 02:46
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 05d785ed libdatadog update to fbdace36 Aug 8, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch 3 times, most recently from 39e009c to ac612ab Compare August 10, 2026 02:39
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to fbdace36 libdatadog update to 130ed6b2 Aug 11, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from 513fd7a to 8bd0134 Compare August 11, 2026 02:48
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 130ed6b2 libdatadog update to ed5af0e2 Aug 12, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch 2 times, most recently from 64f8b3d to 9acb0e4 Compare August 13, 2026 02:53
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to ed5af0e2 libdatadog update to 3da894a0 Aug 13, 2026
@dd-octo-sts
dd-octo-sts Bot requested a review from a team as a code owner August 13, 2026 03:48
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 3da894a0 libdatadog update to 3e3454aa Aug 14, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from 486fa25 to 4e2a0ed Compare August 14, 2026 02:34
@dd-octo-sts dd-octo-sts Bot changed the title libdatadog update to 3e3454aa libdatadog update to 7be7ac7f Aug 15, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch 2 times, most recently from 8e313a7 to c2276bb Compare August 16, 2026 02:48
@dd-octo-sts
dd-octo-sts Bot force-pushed the bot/libdatadog-latest branch from f280698 to 0371bd8 Compare August 17, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants